home *** CD-ROM | disk | FTP | other *** search
- /* "DEFINES.H ver 0.0 11/24/87"
- Copyright (c) 1987 John G. Donohue
-
- Only those defines which are
- (1) ABSOLUTELY NECESSARY, and
- (2) should be available in other include files, so that this file
- is unnecessary.
-
- 11/24/87 jgd 0.0 Original.
- */
-
- #define TRUE 1
- #define FALSE 0
- #define NULL (void *) 0
- #define ESC 0x1B